GoXam for WPF v3
ConvertPortKeyToString Method
Northwoods.GoXam.Model Namespace > GraphLinksModelLinkData<NodeKey,PortKey> Class : ConvertPortKeyToString Method
Convert a PortKey key value to a string.
Syntax
protected virtual string ConvertPortKeyToString( 
   PortKey key
)

Parameters

key

Return Value

a String from which ConvertStringToPortKey can recover the original key value
Remarks
Currently this handles PortKey types that are String, Int32, or Guid. Override this method to handle additional types. However, the PortKey is almost always a String, so the need to override this method is rare.
See Also

Reference

GraphLinksModelLinkData<NodeKey,PortKey> Class
GraphLinksModelLinkData<NodeKey,PortKey> Members